org.eclipse.vtp.framework.common.actions
Class EndAction

java.lang.Object
  extended by org.eclipse.vtp.framework.common.actions.EndAction
All Implemented Interfaces:
IAction

public class EndAction
extends java.lang.Object
implements IAction

An action that ends the process.

Author:
Lonnie Pryor

Constructor Summary
EndAction(IActionContext context)
          Creates a new TransferMessageAction.
 
Method Summary
 IActionResult execute()
          Executes this action and returns its outcome.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndAction

public EndAction(IActionContext context)
Creates a new TransferMessageAction.

Parameters:
context - The context to use.
Method Detail

execute

public IActionResult execute()
Description copied from interface: IAction
Executes this action and returns its outcome.

Specified by:
execute in interface IAction
Returns:
An object representing the outcome of this action.